projects
/
git-annex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8fa7547
)
push tags earlier
author
Joey Hess
<joeyh@joeyh.name>
Thu, 2 Oct 2025 18:43:58 +0000
(14:43 -0400)
committer
Joey Hess
<joeyh@joeyh.name>
Thu, 2 Oct 2025 18:43:58 +0000
(14:43 -0400)
Build/DistributionUpdate.hs
patch
|
blob
|
history
diff --git
a/Build/DistributionUpdate.hs
b/Build/DistributionUpdate.hs
index bf3a1357a90a038178ab1eb1dc60b387f97be05d..c084b2eeb40eeb69046b97fc0ea75b0c6a2da646 100644
(file)
--- a/
Build/DistributionUpdate.hs
+++ b/
Build/DistributionUpdate.hs
@@
-163,6
+163,11
@@
makeinfos updated changelogversion = do
, Param "-f"
, Param ("git-annex_" ++ changelogversion)
]
+ void $ inRepo $ runBool
+ [ Param "git"
+ , Param "push"
+ , Param "--tags"
+ ]
void $ inRepo $ runBool
[ Param "annex"
, Param "move"
@@
-174,11
+179,6
@@
makeinfos updated changelogversion = do
[ Param "annex"
, Param "sync"
]
- void $ inRepo $ runBool
- [ Param "git"
- , Param "push"
- , Param "--tags"
- ]
-- Check for out of date info files.
infos <- liftIO $ filter (literalOsPath ".info" `OS.isSuffixOf`)